home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The CICA Windows Explosion!
/
The CICA Windows Explosion! - Disc 2.iso
/
demo
/
medmfc.zip
/
MAINFRM.H
< prev
next >
Wrap
C/C++ Source or Header
|
1994-06-23
|
379b
|
23 lines
class CMainFrame : public CMDIFrameWnd
{
DECLARE_DYNCREATE(CMainFrame)
CStatusBar m_StatusBar;
CToolBar m_ToolBar;
public:
CStatusBar &GetStatusBar()
{
return m_StatusBar;
};
// Generated message map functions
protected:
//{{AFX_MSG(CMainFrame)
afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};